PHY MAKE MATERIAL

Create a new material with the given ID and name.

  Syntax
PHY MAKE MATERIAL ID, name$
  Parameters
ID
Integer
the ID number of the material that you want to create, if a material already exists with this ID number the command will fail and an error message will be displayed
name$
String
the name of the material, can be useful for referencing your material

  Returns

  Description

This material can then later be applied to a rigid body when it is created. Note that ID numbers for materials are unique and not shared with any other IDs.

  Example Code
No example code is provided for this command